projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5df591
)
log for some lvalue/rvalue fixes
author
Ken Raeburn
<raeburn@raeburn.org>
Sat, 3 Nov 2001 21:32:07 +0000
(21:32 +0000)
committer
Ken Raeburn
<raeburn@raeburn.org>
Sat, 3 Nov 2001 21:32:07 +0000
(21:32 +0000)
src/ChangeLog
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 9472e65afb588393edb9a0a462336ac865c3aedc..5936c20a719170aef76372e545be650168e042d7 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,3
+1,11
@@
+2001-11-03 Ken Raeburn <raeburn@gnu.org>
+
+ * lisp.h (CHECK_STRING_CAR): New macro.
+ * lread.c (Fload): Use XSETCARFASTINT, XSETCDRFASTINT instead of
+ treating XCAR and XCDR as lvalues.
+ (openp): Use CHECK_STRING_CAR.
+ (read_list): Use XSETCDR instead of treating XCDR as lvalue.
+
2001-11-03 Eli Zaretskii <eliz@is.elta.co.il>
* s/sco5.h (sigprocmask_set): Declare as extern SIGMASKTYPE.